Add H33 to Official Integrations#3902
Open
H33ai-postquantum wants to merge 1 commit intomodelcontextprotocol:mainfrom
Open
Add H33 to Official Integrations#3902H33ai-postquantum wants to merge 1 commit intomodelcontextprotocol:mainfrom
H33ai-postquantum wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
H33 is a post-quantum security platform. h33-mcp is the native Rust Model Context Protocol server that exposes H33's substrate attestation, FHE biometric authentication, ZK-STARK proofs, three-family signing (Dilithium + FALCON + SPHINCS+), BotShield, HICS code scoring, HATS Tier 1 governance, and Bitcoin UTXO quantum insurance — all as MCP tools that AI coding agents can call directly. - Crate: https://crates.io/crates/h33-mcp - Source: https://github.com/H33ai-postquantum/mcp-h33 - Docs: https://h33.ai/docs/mcp - License: Proprietary, source open for audit and research Maintainer: H33.ai, Inc. <support@h33.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A single bullet in the Official Integrations section of
README.mdfor H33, the native Rust Model Context Protocol server for the H33 post-quantum security platform.+ - **[H33](https://github.com/H33ai-postquantum/mcp-h33)** - Native Rust MCP server for the [H33](https://h33.ai) post-quantum security platform: substrate attestation, FHE biometric auth, ZK-STARK proofs, three-family signing (Dilithium + FALCON + SPHINCS+), BotShield, HICS code scoring, HATS Tier 1 governance, and Bitcoin UTXO quantum insurance. \`cargo install h33-mcp\`.Inserted in alphabetical order between Gyazo and Harper.
Why this belongs in Official Integrations
H33.ai, Inc. maintains
h33-mcpas a production MCP server for our platform. It is the canonical surface that AI coding agents (Claude Code, Cursor, Codex, Aider) use to call into H33's post-quantum substrate, FHE biometric pipeline, and ZK-STARK lookups.unsafecode;unwrap()andexpect()are denied at the crate level.H33_AGENT_TOKENlooks like acka_*agent capability token, not ack_live_*server key, and refuses to start otherwise — this enforces the architectural rule that agents and servers never share credentials.cargo test. Round-trip integration tests against the H33 staging environment pass.cargo install h33-mcp brew install h33ai/tap/h33-mcp curl -sSL https://install.h33.ai/mcp | shConfiguration
Add to
~/.claude/mcp.json(Claude Code) or the equivalent for your client:```json
{
"mcpServers": {
"h33": {
"command": "h33-mcp",
"env": { "H33_AGENT_TOKEN": "cka_..." }
}
}
}
```
Mint a
cka_*token with the sister CLI:```bash
cargo install h33-cli
h33 mint
export H33_AGENT_TOKEN="cka_..."
```
Links
Maintainer: H33.ai, Inc. support@h33.ai
Patent pending — 129 claims filed.